Error Encountered
/home/AlphaHelp/helpfiles//Ref/Xbasic/Operators/Comparison Operators/Less Than.xml:9: parser error : Sequence ']]>' not allowed in content < Less Than Operator Examples:]]> ^ /home/AlphaHelp/helpfiles//Ref/Xbasic/Operators/Comparison Operators/Less Than.xml:9: parser error : Sequence ']]>' not allowed in content < Less Than Operator Examples:]]> ^ /home/AlphaHelp/helpfiles//Ref/Xbasic/Operators/Comparison Operators/Less Than.xml:9: parser error : internal error: detected an error in element content < Less Than Operator Examples:]]> ^ unable to parse /home/AlphaHelp/helpfiles//Ref/Xbasic/Operators/Comparison Operators/Less Than.xml
00000 <page api="xb">
00001 	<shortlink>Xbasic less than</shortlink>
00002 	<topic>< Less Than</topic>
00003 
00004 	<description>This operator results in TRUE if the expression to the left of the operator is less than the expression to the right.</description>
00005 
00006 	<sections>
00007 		<section>
00008 			<title>< Less Than Operator Examples:]]></title>
00009 			<description>If Sales equals 900 it is less than 1000 so return true.</description>
00010 			<example code="xb">
00011 				<![CDATA[? Sales < 1000 
00012 = .T.]]>
00013 			</example>
00014 		</section>
00015 		<section>
00016 
00017 			<description>If Lastname starts with a letter from "A" through "G"</description>
00018 			<example code="xb">
00019 				<![CDATA[? Lastname < "H"
00020 = .T.]]>
00021 			</example>
00022 		</section>
00023 
00024 	</sections>
00025 
00026 
00027 
00028 	<see>
00029 		<ref link="Operators in Xbasic">Operators in Xbasic</ref>
00030 		<ref link="Comparison Operators">Comparison Operators</ref>
00031 	</see>
00032 
00033 </page>